From: Ceph Maintainers Date: Wed, 7 Jun 2017 08:39:39 +0000 (+0100) Subject: disable-openssl-linking X-Git-Tag: archive/raspbian/12.2.8+dfsg1-5+rpi1~3^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6e110034a869cff979bf550bcb94f57210a02f20;p=ceph.git disable-openssl-linking Gbp-Pq: Name disable-openssl-linking.patch --- diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index b083dd102..1ef44a378 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -133,8 +133,7 @@ libcivetweb_la_SOURCES = \ libcivetweb_la_CXXFLAGS = ${CIVETWEB_INCLUDE} -fPIC -Woverloaded-virtual \ ${AM_CXXFLAGS} -libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC -DNO_SSL_DL -LIBCIVETWEB_DEPS += -lssl -lcrypto +libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC noinst_LTLIBRARIES += libcivetweb.la